https://github.com/intoli/multiplex-server
A node.js multiplex server which allows you to handle HTTP and HTTPS requests on the same port.
https://github.com/intoli/multiplex-server
Last synced: 2 months ago
JSON representation
A node.js multiplex server which allows you to handle HTTP and HTTPS requests on the same port.
- Host: GitHub
- URL: https://github.com/intoli/multiplex-server
- Owner: intoli
- License: other
- Created: 2018-09-28T16:24:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-30T18:07:41.000Z (over 6 years ago)
- Last Synced: 2025-03-30T03:03:05.216Z (2 months ago)
- Language: JavaScript
- Size: 74.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Multiplex-Server
###### [Installation](#installation) | [Contributing](#contributing)
> Multiplex-Server is a a node.js multiplex server which allows you to handle HTTP and HTTPS requests on the same port.
## Installation
The Multiplex-Server library is available on npm with the package name [multiplex-server](https://npmjs.com/package/multiplex-server).
You can install it using your favorite JavaScript package manager in the usual way.```bash
# With npm: npm install multiplex-server
# With pnpm: pnpm install multiplex-server
# With yarn:
yarn add multiplex-server
```## Contributing
Contributions are welcome, but please follow these contributor guidelines outlined in [CONTRIBUTING.md](CONTRIBUTING.md).
## License
Multiplex-Server is licensed under a [BSD 2-Clause License](LICENSE) and is copyright [Intoli, LLC](https://intoli.com).