Skip to content

mikepuerto/hoops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Hoops.js

Introduction

I think the sockets should be an optional "add-on / plugin / hook / whatever we decide to call them"

Hoops.js is an api / web service framework for Node.js. It handles traffic via RESTful http api's as well as WebSockets. All http traffic is handled by express and all WebSockets by socket.io. In hoops all of your http routes automatically get a WebSocket event bound. Hoops.js aims to be as lightweight and non-opinionated as possible with our "adapater" approach to building different pieces of the framework.

Table of Contents

  1. Installation
  2. CLI Tools
  3. Getting Started
  4. Configuration
  5. Database
  6. Routing

Installation

npm install hoops --save

To ge the command line tools:

sudo npm install hoops-cli -g

CLI Tools

Getting Started

Configuration

Database

Routing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published