An open API service indexing awesome lists of open source software.

https://github.com/enriquebv/lets-mock-it

An app to mock AJAX, Websocket, Socket.io, Long-Polling, Push, Server-Sent Events, etc.
https://github.com/enriquebv/lets-mock-it

ajax graphql mock node polling server-sent-events websockets

Last synced: about 2 months ago
JSON representation

An app to mock AJAX, Websocket, Socket.io, Long-Polling, Push, Server-Sent Events, etc.

Awesome Lists containing this project

README

          

# Let's Mock It

An app to mock AJAX, Websocket, Socket.io, Long-Polling, Push, Server-Sent Events, etc.

## Getting Started

These instructions will get you a copy of the project up and running on your local machine..

### Prerequisites

* **[Node.js](https://nodejs.org/)** installed.

### Installing

1. Clone that repository.
2. Opening a terminal in the direcory, install the modules:
```bash
npm install
```
3. Create the static files:
```
npm run build
```
4. Start the server:
```
npm run start
```
## Built With

* [Express](https://expressjs.com/) - Web framework
* [Socket.io](https://socket.io/) - Realtime communication between Back-end and Front-end

## To Do
- [X] AJAX support.
- [ ] Websocket support.
- [ ] Socket.io support.
- [ ] Server Sent Events.
- [ ] GraphQL.

## Authors

* **Enrique Bernabeu** - *Development.* - [enriquebv](https://github.com/enriquebv)