https://github.com/narumincho/http-server-quine
https://github.com/narumincho/http-server-quine
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/narumincho/http-server-quine
- Owner: narumincho
- License: mit
- Created: 2023-06-01T20:51:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-02T08:33:51.000Z (about 3 years ago)
- Last Synced: 2025-01-23T10:30:46.014Z (over 1 year ago)
- Language: Dart
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# http-server-quine
[](https://gitpod.io/#https://github.com/narumincho/http-server-quine)
Quine は 自身のソースコードを出力するプログラムです.
出力先を HTTPサーバーのレスポンスにしたのが, この http-server-quine です.
うまくいかず一旦諦めました
# 実装言語
| language name | command |
| ------------- | -------------------------------------------------------- |
| dart | `dart run ./dart/bin/dart.dart` (やっぱうまくいなかない) |
# 参加方法
どしどし参加してほしい
1. このリポジトリをフォークする
2. [.gitpod.yml](.gitpod.yml) に言語のインストールコマンドを追加する
3. 言語の名前のディレクトリを直下に追加し, その言語で http-server-quine
を実装する
4. Pull Request を作成する
5. [narumincho](https://github.com/narumincho) が動作するか確認
調整しマージする.
# ルール
1. ポートは環境変数の PORT から読み取る. 読み取れなかった場合は 8080
2. ファイルの読み取りはしない