Thread: Raw socket communication with web browser

  1. #1
    Registered User
    Join Date
    Sep 2018
    Posts
    51

    Raw socket communication with web browser

    Hello all!
    Is it possible today to establish communication with browser using raw socket in C?
    Thank you.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    You can create a program that opens a port and listens for connections that your browser can make - yes.

    Or are you thinking about this?
    Selenium Projects
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Reading + socket communication
    By DA93 in forum C Programming
    Replies: 5
    Last Post: 06-23-2015, 11:20 AM
  2. Raw Socket Client and Server Communication Problem
    By rplumii in forum C Programming
    Replies: 6
    Last Post: 02-10-2011, 07:02 AM
  3. raw socket to dgram communication
    By cole701 in forum Networking/Device Communication
    Replies: 3
    Last Post: 09-02-2010, 03:46 PM
  4. Socket web browser
    By digitaltsai in forum Networking/Device Communication
    Replies: 17
    Last Post: 10-09-2005, 08:20 AM
  5. Socket communication hanging
    By zee in forum C Programming
    Replies: 15
    Last Post: 08-05-2004, 11:52 PM

Tags for this Thread