bebop-server

A tool for rapid web development
Download

bebop-server Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Other/Proprietary Li...
  • Price:
  • FREE
  • Publisher Name:
  • Zach Kelling
  • Publisher web site:
  • https://github.com/zeekay/

bebop-server Tags


bebop-server Description

bebop-server is a tool for rapid web development which bundles a static file server, file watcher, WebSocket server for automatically reloading assets and interfacing with browser/server Javascript applications.InstallationTo install the server components use pip.pip install bebop-serverTo install the node.js client use npm.npm install -g bebopIf you use bebop's static file server feature it will automatically inject the Javascript required for it to connect back to bebop.To take advantage of the client-side reloading and Javascript interaction you need a WebSocket enabled browser and a bit of javascript. You can use the provided Django middleware:INSTALLED_APPS = ( ..., 'bebop',)MIDDLEWARE_CLASSES = ( ..., 'bebop.middleware.ReloaderMiddleware',)...or simply link to bebop.js in your project:< script src="bebop.js" type="text/javascript" >< /script >UsageChange to the directory in which your application resides and run bebop. cd ~/ve/myapp bebopCheck bebop --help for various options/configuration.VimIntegration with vim is provided by vim-bebop. You can do all sorts of fancy stuff like evaluate Javascript, Coffeescript, get completions, etc.Product's homepage


bebop-server Related Software