Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/v-checha/live-coding-interview
Simple Live Coding Interview Platform; Technical Assessment Tool
https://github.com/v-checha/live-coding-interview
interview live-coding nestjs nodejs open-source self-hosted websocket
Last synced: 5 days ago
JSON representation
Simple Live Coding Interview Platform; Technical Assessment Tool
- Host: GitHub
- URL: https://github.com/v-checha/live-coding-interview
- Owner: v-checha
- License: mit
- Created: 2022-07-11T13:35:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-11T14:42:26.000Z (over 2 years ago)
- Last Synced: 2024-12-21T12:36:25.457Z (19 days ago)
- Topics: interview, live-coding, nestjs, nodejs, open-source, self-hosted, websocket
- Language: JavaScript
- Homepage:
- Size: 703 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![onix](https://img.shields.io/badge/onix-systems-blue.svg)](https://onix-systems.com/)
# Simple Live Coding Tool
This is a simple live coding tool. It is not a full-featured code editor.## Features
* **Live coding**
* **Share your code**
* **Save tasks**
* **Load tasks**
* **Multi-editor**
* **Code editor**
* **Code autocomplete**
* **Code syntax highlighting**
* **Thames editor** - darcula | monokai | neo | eclipse ...
* **Code language support** - JavaScript | CSS | SASS | XML | Markdown_Note: Right click at the editor to see the context menu._
## Requirements
* [Node.js](https://nodejs.org/) >= 14.0.0
* [MongoDB](https://www.mongodb.com/) >= 4.2.0
* [Express](https://expressjs.com/) >= 4.16.3
* [Socket.io](https://socket.io/) >= 4.2.0## Installation
```bash
npm install
```## Start
development server:
```bash
npm run start:dev
```
production server:
```bash
npm run start:prod
```
or using pm2:
```bash
pm2 start ecosystem.config.js
```## Screenshots
![Dashboard](https://i.imgur.com/u3TOzVS.png)
![Editor](https://i.imgur.com/Bdflmcq.png)[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/chechavalerii)