Nacl (Native Client) 

Native Client chrome sdk in windows

Abhishek koserwal
How to config?
2 min readNov 11, 2013

--

Well I am not dealing here with chemistry…( Sodium chloride (nacl))!!

How to setup naclsdk in windows and run hello world example.

  1. Go to developers.google.com chrome native-client Download page and get the latest naclsdk version.
  2. Download python
  3. Unzip the nacl_sdk.zip
  4. Place the folder in any directory.
  5. I have placed in C: directory now,open cmd and go to specific location of your nacl_sdk.
  6. you can see nacl_sdk contains 1)sdk_cache,2)sdk_tools,3)naclsdk 4)naclsdk.bat
  7. Now in cmd go to nacl_skd directory

C:/nacl_sdk/naclsdk list

Now type

naclsdk update

It will download the pepper_30 or latest pepper api bundle.(It may take time depends upon your connection,have patience.)

8) Once it is finished,now you can see pepper_30 folder inside nacl_sdk.

9) Now in cmd,go to

nacl_sdk\pepper_30\examples\httpd.cmd

It will start the python server,go to url http://localhost:5103

Bingo,it says hello world.

--

--

Abhishek koserwal
How to config?

#redhatter #opensource #developer #kubernetes #keycloak #golang #openshift #quarkus #spring