mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 04:22:45 +00:00 
			
		
		
		
	 d3a89ce737
			
		
	
	
		d3a89ce737
		
	
	
	
	
		
			
			This library currently contains a basic WebSocket client that can handle both standard TCP websockets and TLS websockets.
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			272 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			272 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     ConnectionInfo.cpp
 | |
|     Impl/AbstractWebSocketImpl.cpp
 | |
|     Impl/TCPWebSocketConnectionImpl.cpp
 | |
|     Impl/TLSv12WebSocketConnectionImpl.cpp
 | |
|     WebSocket.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibWebSocket websocket)
 | |
| target_link_libraries(LibWebSocket LibCore LibCrypto LibTLS)
 |