0.0.10 • Published 10 years ago

barista-server v0.0.10

Weekly downloads
2
License
ISC
Repository
github
Last release
10 years ago

barista-server

Provides a headless, express based host for Barista, Barista Fiddle and Barista ScriptBox

Simply start the server using

npm start

then, simply point a browser to localhost:8000/fiddle

Can be used in conjunction with strongloop or pm2 to provide production process management:

strongloop

TODO...

PM2

$ npm install pm2 -g					          # Install PM2
$ pm2 start app.js --name="barista-server" -i 1   # Start, Daemonize and auto restart barista

to stop:

$ pm2 stop barista-server
$ pm2 delete barista-server
0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago