lessthan3 / dobi

Dobi.io, an easy-to-use, database-everywhere, fully hosted, scalable, data-on-the-wire, pure-CoffeeScript web framework designed with realtime apps in mind. http://www.dobi.io
Apache License 2.0
9 stars 5 forks source link

dobi: node v10 #101

Closed SJAnderson closed 5 years ago

SJAnderson commented 6 years ago

To Test:

  1. in bash_rc set an alias like: alias mydobi='coffee ~/dev/lessthan3/dobi/lib/cli.coffee'
  2. CD into your dobi repository
  3. pull branch "upgrade" in dobi,
  4. nvm use 8.9
  5. npm install
  6. CD into your packages directory
  7. nvm use 8.9
  8. mydobi run

Dobi is our middleware and dev tool for live development.

Changes - Dependencies:

Changes - server.coffee (will affect rooms):

Changes - cli.coffee (our command line tool):

SJAnderson commented 5 years ago

not merging in favor of whats in master with koa