poeticninja / hapi-ninja

Boilerplate Hapi server example. Node.js, Hapi, and Swig.
MIT License
378 stars 56 forks source link

I made a child project. #8

Closed kidtronnix closed 10 years ago

kidtronnix commented 10 years ago

Hey Saul (+contributors),

Love the project. Found it an amaxing tool. I loved it so much I used it in a new project.

CODE https://github.com/smaxwellstewart/hapi-dash

DEMO hapi-dash.smaxwellstewart.com

I joined hapi-ninja to a free template theme and added realtime messaging (Socket.IO) and out-the-box authentication. I used form based authentication for a frontend server and Hawk authentica for an API server.

There are also out-the-box configurable RESTful endpoint for doing basic CRUD of resources into MongoDB.

I am deploying a little differently in terms of starting up the servers, as i use pm2.

I could not of done this without your brilliant project, so thank you. I felt the goal of my stack was too different and a little experimental to try and maintain forks. But I am happy to conribute any stuff of 'hapi-dash' into 'hapi-ninja.

Lastly, if any contributors find any bugs, don't hesitate to open an issue, would be really appreciated.

Open-source love, Simon

poeticninja commented 10 years ago

That is really freaking awesome! Seeing this made my week. :)

I agree, the goal of the hapi-ninja boilerplate is just to get people started. I have considered doing something like what you have done. Taking hapi-ninja and creating a Bootstrap 3, Less, Mongoose login system. I have most of the code but I have been focusing on other stuff recently (building apps with this stuff. :smile: ).

I will add your project to the hapi-ninja readme as a resource for people. Thanks for sharing your project and I hope others benefits from your work, because it is a great feeling!!