Skip to content

Commit

Permalink
Rip out old "monolithic" server binary.
Browse files Browse the repository at this point in the history
Its functionality is now provided by three separate RPC clients:

  * `telnet-host` - "telnet" (actually line oriented TCP) ala classic MOO
  * `web-host` - web socket interface (and HTTP generally)
  * `console-host` - connect via console, w/ readline style history, etc.
  • Loading branch information
rdaum committed Sep 23, 2023
1 parent ac17dea commit 6b6c084
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 2,055 deletions.
46 changes: 0 additions & 46 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ members = [
"crates/telnet-host",
"crates/web-host",
"crates/console-host",
"crates/server",
"crates/regexpr-binding",
]

Expand Down
2 changes: 0 additions & 2 deletions crates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ Directory layout for `crates/`
as well as various web APIs.
* `console-host` - console host which connects as a user to the `daemon` and provides a readline-type interface to the
system.
* `server` - a "monolithic" server which links kernel and provides telnet and websocket and repl
hosts.
* `rpc-common` - crate providing types used by both `daemon` and `host`, for the RPC interface
* `regexpr-binding` - crate providing bindings to the old regular expressions library used by
the LambdaMOO server, for compatibility with existing cores. This is a temporary measure until
Expand Down
48 changes: 0 additions & 48 deletions crates/server/Cargo.toml

This file was deleted.

223 changes: 0 additions & 223 deletions crates/server/src/main.rs

This file was deleted.

Loading

0 comments on commit 6b6c084

Please sign in to comment.