Home  /  Communication Apps  / Sockki - Websocket Push Notifications on Windows Pc

Sockki - Websocket Push Notifications on Windows Pc

Developed By: Tarun Ramesh

License: Free

Rating: 5,0/5 - 1 votes

Last Updated: December 24, 2023

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 1.2.0
Size 9 MB
Release Date September 11, 17
Category Communication Apps

App Permissions:
Allows applications to open network sockets. [see more (8)]

What's New:
Increased reliability [see more]

Description from Developer:
Use Sockki to connect to services that have integrated it in order to receive mobile notifications.

Developers, integrate your service with Sockki to push notifications directly t... [read more]

App preview ([see all 3 screenshots])

App preview

About this app

On this page you can download Sockki - Websocket Push Notifications and install on Windows PC. Sockki - Websocket Push Notifications is free Communication app, developed by Tarun Ramesh. Latest version of Sockki - Websocket Push Notifications is 1.2.0, was released on 2017-09-11 (updated on 2023-12-24). Estimated number of the downloads is more than 100. Overall rating of Sockki - Websocket Push Notifications is 5,0. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 1 users, 1 users had rated it 5*, 1 users had rated it 1*.

How to install Sockki - Websocket Push Notifications on Windows?

Instruction on how to install Sockki - Websocket Push Notifications on Windows 10 Windows 11 PC & Laptop

In this post, I am going to show you how to install Sockki - Websocket Push Notifications on Windows PC by using Android App Player such as BlueStacks, LDPlayer, Nox, KOPlayer, ...

Before you start, you will need to download the APK/XAPK installer file, you can find download button on top of this page. Save it to easy-to-find location.

[Note] You can also download older versions of this app on bottom of this page.

Below you will find a detailed step-by-step guide, but I want to give you a fast overview of how it works. All you need is an emulator that will emulate an Android device on your Windows PC and then you can install applications and use it - you see you're playing it on Android, but this runs not on a smartphone or tablet, it runs on a PC.

If this doesn't work on your PC, or you cannot install, comment here and we will help you!

Step By Step Guide To Install Sockki - Websocket Push Notifications using BlueStacks

  1. Download and Install BlueStacks at: https://www.bluestacks.com. The installation procedure is quite simple. After successful installation, open the Bluestacks emulator. It may take some time to load the Bluestacks app initially. Once it is opened, you should be able to see the Home screen of Bluestacks.
  2. Open the APK/XAPK file: Double-click the APK/XAPK file to launch BlueStacks and install the application. If your APK/XAPK file doesn't automatically open BlueStacks, right-click on it and select Open with... Browse to the BlueStacks. You can also drag-and-drop the APK/XAPK file onto the BlueStacks home screen
  3. Once installed, click "Sockki - Websocket Push Notifications" icon on the home screen to start using, it'll work like a charm :D

[Note 1] For better performance and compatibility, choose BlueStacks 5 Nougat 64-bit read more

[Note 2] about Bluetooth: At the moment, support for Bluetooth is not available on BlueStacks. Hence, apps that require control of Bluetooth may not work on BlueStacks.

How to install Sockki - Websocket Push Notifications on Windows PC using NoxPlayer

  1. Download & Install NoxPlayer at: https://www.bignox.com. The installation is easy to carry out.
  2. Drag the APK/XAPK file to the NoxPlayer interface and drop it to install
  3. The installation process will take place quickly. After successful installation, you can find "Sockki - Websocket Push Notifications" on the home screen of NoxPlayer, just click to open it.

Discussion

(*) is required

Download older versions

Other versions available: 1.2.0.

Download Sockki - Websocket Push Notifications 1.2.0 on Windows PC – 9 MB

Use Sockki to connect to services that have integrated it in order to receive mobile notifications.

Developers, integrate your service with Sockki to push notifications directly to your client's mobile device using a WebSocket server.

Client Setup:

1. Get your server URL and API key from your notification service provider
2. Paste those settings under the "Service" tab and set your notification settings
3. Start the service and connect to the server to start receiving notifications

Developer Setup:

1. Create a websocket server to accept connections from clients
2. Create API keys to issue to each client so that they can be uniquely identified on your server
3. Provide your users with their API key and the server URL
4. When the user starts the service, the client will open up a socket connection with the server
5. After a connection is opened, the client will send JSON message as follows: "{ request: "SockkiClient-Auth", data: API_KEY }"
6. You must create a method to handle this message. Use the API key to authenticate the websocket connection and store that websocket with your user info for later use
7. If a client sends an invalid API key, return JSON "{ error: true }" to trigger the invalid API key message
8. If using API keys, you should also terminate the websocket of un-authenticated clients and clients who have not attempted to authenticate in 15 seconds
9. To send a notification to a client, send a message to the websocket as follows: "{ request: "SockkiClient-Notification", data: config }"
10. The config object can consist of any property from the localNotification method in the NPM package react-native-push-notification by zo0r
Increased reliability
Allows applications to open network sockets.
Allows an app to create windows using the type TYPE_APPLICATION_OVERLAY, shown on top of all other apps.
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
Allows access to the vibrator.
Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.
Allows an application to write to external storage.
Allows read only access to phone state, including the phone number of the device, current cellular network information, the status of any ongoing calls, and a list of any PhoneAccounts registered on the device.
Allows an application to read from external storage.