Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@atom/teletype-server
Advanced tools
The server-side application that facilitates peer discovery for collaborative editing sessions in [Teletype](https://github.com/atom/teletype).
The server-side application that facilitates peer discovery for collaborative editing sessions in Teletype.
To run teletype-server locally, you'll first need to have:
Clone and bootstrap
git clone https://github.com/atom/teletype-server.git
cd teletype-server
cp .env.example .env
createdb teletype-server-dev
createdb teletype-server-test
npm install
npm run migrate up
Copy the app_id
, key
, and secret
for your app on pusher.com, and set those values in your .env
file
Copy the client ID and client secret for your OAuth app on github.com, and set those values in your .env
file
Start the server
./script/server
Run the tests
npm test
Atom core team members can use this guide to test pull requests and deploy changes to production.
FAQs
The server-side application that facilitates peer discovery for collaborative editing sessions in [Teletype](https://github.com/atom/teletype).
The npm package @atom/teletype-server receives a total of 0 weekly downloads. As such, @atom/teletype-server popularity was classified as not popular.
We found that @atom/teletype-server demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 13 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.