1.0.2 • Published 3 years ago

eatjs v1.0.2

Weekly downloads
3
License
ISC
Repository
-
Last release
3 years ago

Eatjs

Eatjs is a web framework that makes it easy to build custom, enterprise-grade Node.js apps. It is designed to resemble the MVC architecture from frameworks like Sails, but with support for the more modern, data-oriented style of web app & API development. It's especially good for building realtime features like chat.

Installation  

With node installed:

# Get the latest stable release of eatjs
$ npm install eatjs -g

Your First Eatjs Project

Create a new app:

# Create the app
eatjs create my-app

Start app:

# cd into the new folder
cd my-app

# fire up the server
npm start

Compatibility

Eatjs is built on Node.js, Express, and Mongooese.

Eatjs actions are compatible with Connect middleware, so in most cases, you can paste code into Eatjs from an existing Express project and everything will work-- plus you'll be able to use WebSockets to talk to your API, and vice versa.

Team

Eatjs is actively maintained with the help of many amazing contributors. Our core team consists of:

Thien Minh

Thien Minh

License

MIT License Copyright © 2020-present, ThienMinh