hillar / justgivemeaname

rest server serving SPA's, what use that rest server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No Maintenance Intended

justgivemeaname

impatient? copy it, give it a name and start coding

wget https://github.com/hillar/justgivemeaname/archive/master.tar.gz
tar -xzf master.tar.gz
mv justgivemeaname-master bestnameforyourserver
cd bestnameforyourserver
more README
make install
make dev
open http://localhost:4242

justgivemeaname is a broiler you need to give a name and feed it to grow into server with:

  • rest endpoints serving functions
  • SPA's using those endpoints

justgivemeaname is not yet another framework and it is not complete. It has ready authentication and logging, so you can start coding without worring about 1,2, 3, 4,... It does not extend or replace NodeJS req and res objects. Yes, it today ( Aug 31 2018 ) needs --experimental-modules And yes, it has some Web Components, so you need read about. To start, read the docs

About

rest server serving SPA's, what use that rest server

License:MIT License


Languages

Language:JavaScript 97.3%Language:Vue 1.3%Language:Makefile 0.6%Language:Shell 0.4%Language:HTML 0.3%