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.
- Host: GitHub
- URL: https://github.com/enriquebv/lets-mock-it
- Owner: enriquebv
- Created: 2018-12-12T21:17:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-25T18:21:45.000Z (over 7 years ago)
- Last Synced: 2025-08-29T14:45:28.645Z (10 months ago)
- Topics: ajax, graphql, mock, node, polling, server-sent-events, websockets
- Language: CSS
- Size: 1.19 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)