mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:52:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
	
		
			305 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			305 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Name
 | |
| 
 | |
| EchoServer - Serenity echo server
 | |
| 
 | |
| ## Synopsis
 | |
| 
 | |
| ```**sh
 | |
| $ EchoServer [options]
 | |
| ```
 | |
| 
 | |
| ## Description
 | |
| 
 | |
| EchoServer is a basic echo server for Serenity. By default, it runs on port 7.
 | |
| 
 | |
| ## Options
 | |
| 
 | |
| * `-p`: Choose different port for EchoServer to attach to.
 | |
| 
 | |
| ## Examples
 | |
| 
 | |
| ```sh
 | |
| $ EchoServer -p 1234
 | |
| ```
 | 
