synrc / n2o

⭕ N2O: Distributed WebSocket Application Server ISO 20922
https://ws.n2o.dev
Other
1.34k stars 168 forks source link

Fails on basic setup #326

Closed etxemag75 closed 5 years ago

etxemag75 commented 5 years ago

When trying to get into N2O (from being very used to nitrogenproject), cloning and compiling it fails (on Mac) and it is not so obvious what's expected:

https://synrc.com/apps/n2o/doc/web/setup.htm

git clone git://github.com/synrc/n2o
cd n2o/samples
./mad deps compile plan repl

1) n2o/samples does not exist 2) the mad dependency is not meantioned 3) Just doing make on n2o does not work either due to lack of Makefile, however rebar compile works

5HT commented 5 years ago

The official page is: https://ws.n2o.space, the documentation site is https://n2o.dev

Screen Shot 2019-05-13 at 1 57 48 PM

Also I encourage you to read README before posting issues to Github repos.