1.0.2 • Published 10 months ago

velocious v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

README

This is still work in progress.

  • Concurrent multi threadded web server
  • Database framework ala Rails
  • Database models ala Rails
  • Database models that work almost the same in frontend and backend
  • Migrations ala Rails
  • Controllers and views ala Rails

Migrations

npx velocious db:g:migration create_tasks
npx velocious db:migrate

Testing

npm test