https://github.com/logisticinfotech/migrate-expressjs-to-sailsjs
Migrate Express to Sails js
https://github.com/logisticinfotech/migrate-expressjs-to-sailsjs
express-js expressjs javascript js-framework migrate-express-to-sails migration nodejs nodejs-framework sailsjs sailsjs-migration
Last synced: about 2 months ago
JSON representation
Migrate Express to Sails js
- Host: GitHub
- URL: https://github.com/logisticinfotech/migrate-expressjs-to-sailsjs
- Owner: logisticinfotech
- Created: 2019-02-05T09:51:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T11:41:26.000Z (about 7 years ago)
- Last Synced: 2025-10-30T09:40:56.048Z (7 months ago)
- Topics: express-js, expressjs, javascript, js-framework, migrate-express-to-sails, migration, nodejs, nodejs-framework, sailsjs, sailsjs-migration
- Language: JavaScript
- Homepage: https://www.logisticinfotech.com/blog/migrate-express-js-project-to-sails-js/
- Size: 282 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Migrate Express JS to Sails JS
Nowadays Node js Express.js is so much trending but as early users, we were not having any MVC framework like Sails.js. Sails.js concept is so much similar to Ruby on Rails or I can say so much similar to Laravel (Trending php framework) also. So for the developer using Express.js there must be some easy way to use Sails.js. Keeping that in my mind I am inspired to write “Migrate your Express.js project to sails.js”.
Here is full [article](https://www.logisticinfotech.com/blog/migrate-express-js-project-to-sails-js/) explaining all the steps to migrate your express js project to sails js easily.