Neptunejs

screenshot of Neptunejs
express

A template for quickly setting up a Node.js/Ember.js/Parse.com website.

Overview:

Neptune is a full stack solution that combines Node.js, Ember.js, and Parse to create web and mobile web applications. It offers a complete end-to-end solution with features such as login/registering/forgot password functionality. It serves as a great starting point for building web apps.

Features:

  • Out of the box login/logout/register capabilities: Neptune utilizes Parse as the data source, providing ready-to-use authentication functionality.
  • Full implementation of Ember.js: Neptune includes a robust implementation of Ember.js, which acts as a framework for integrating various functionalities.
  • DataSources: The project abstracts Ember.js to have a datasources file, enabling easy management of API calls from a central location.
  • Cloud code: The cloud code feature provides a foundation for building with cloud code. It currently supports beforeSave and afterSave triggers but can be easily expanded to include endpoints.
  • Facebook login: Neptune offers integration with Facebook login functionality (Twitter login coming soon).

Summary:

Neptune is a powerful solution for building web and mobile web applications by combining the Node.js, Ember.js, and Parse technologies. It offers out of the box functionality for user authentication and a robust implementation of Ember.js. The project also includes a datasources file for centralized API management and supports cloud code for additional customization. With Neptune, developers can quickly set up a website with login/registering/forgot password functionality and easily expand its capabilities.

express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

grunt
Grunt

Grunt is a popular JavaScript task runner that automates repetitive tasks like minification, compilation, and testing, allowing developers to focus on writing code.