/tutorial/net/READ_ME.txt

http://github.com/tybor/Liberty · Plain Text · 16 lines · 11 code · 5 blank · 0 comment · 0 complexity · f7e91fcf25286c6745c605d2d9bcac30 MD5 · raw file

  1. Network cluster tutorial
  2. ==============================================================================
  3. First look at the READ_ME.txt provided in the lib/net cluster. It explains the
  4. basics of the network cluster.
  5. Then look at the classes provided by the tutorial.
  6. 1. The SOCKETS class: it will teach you how to create a client socket and a
  7. basic server socket accepting a single connection.
  8. 2. The MULTIPLEX_SERVER class: it will show you how to write a full-fledged
  9. multiplexed server. For this one, you must know the sequencer cluster. Look
  10. at the latter's own tutorial (tutorial/sequencer), especially EXAMPLE4.
  11. 3. At last, look at PAPOOSE. It is an instance of the provided HTTP server.